func internal/chacha8rand.block
5 uses
internal/chacha8rand (current package)
chacha8.go#L20: func block(seed *[4]uint64, blocks *[32]uint64, counter uint32)
chacha8.go#L66: block(&s.seed, &s.buf, 0)
chacha8.go#L91: block(&s.seed, &s.buf, s.c)
chacha8.go#L153: block(&s.seed, &s.buf, s.c)
chacha8_generic.go#L141: x := block
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |